additions
[TesnorFlow-Exercises.git] / Python API r1.8 Guide Summaries / Strings.md
blobc722ba6c106cee3744a6f49b5e664f478537841a
1 Strings
3 Hashing
4 String hashing ops take a string input tensor and map each element to an integer.
6 tf.string_to_hash_bucket_fast
7 tf.string_to_hash_bucket_strong
8 tf.string_to_hash_bucket
9 Joining
10 String joining ops concatenate elements of input string tensors to produce a new string tensor.
12 tf.reduce_join
13 tf.string_join
14 Splitting
15 tf.string_split
16 tf.substr
17 Conversion
18 tf.as_string
19 tf.string_to_number
21 tf.decode_raw
23 tf.decode_csv
25 tf.encode_base64
27 tf.decode_base64